home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestDelphiAudioEditor2 / Setup.dfm < prev    next >
Encoding:
Text File  |  2003-03-28  |  15.3 KB  |  638 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 285
  3.   Top = 353
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 232
  7.   ClientWidth = 448
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object PageControl1: TPageControl
  16.     Left = 4
  17.     Top = 4
  18.     Width = 441
  19.     Height = 225
  20.     ActivePage = tSystem
  21.     TabIndex = 0
  22.     TabOrder = 0
  23.     object tSystem: TTabSheet
  24.       Caption = 'System'
  25.       object Label5: TLabel
  26.         Left = 8
  27.         Top = 144
  28.         Width = 88
  29.         Height = 13
  30.         Caption = 'Undo/Redo Count'
  31.       end
  32.       object GroupBox1: TGroupBox
  33.         Left = 8
  34.         Top = 8
  35.         Width = 417
  36.         Height = 57
  37.         Caption = 'Play/Record Buffer'
  38.         TabOrder = 0
  39.         object Label1: TLabel
  40.           Left = 8
  41.           Top = 24
  42.           Width = 78
  43.           Height = 13
  44.           Caption = 'Total Buffer Size'
  45.         end
  46.         object Label2: TLabel
  47.           Left = 158
  48.           Top = 24
  49.           Width = 44
  50.           Height = 13
  51.           Caption = 'ms, using'
  52.         end
  53.         object Label3: TLabel
  54.           Left = 270
  55.           Top = 24
  56.           Width = 77
  57.           Height = 13
  58.           Caption = 'buffers, with tick'
  59.         end
  60.         object Label4: TLabel
  61.           Left = 398
  62.           Top = 24
  63.           Width = 13
  64.           Height = 13
  65.           Caption = 'ms'
  66.         end
  67.         object spinBufSize: TSpinEdit
  68.           Left = 96
  69.           Top = 20
  70.           Width = 57
  71.           Height = 22
  72.           Increment = 10
  73.           MaxValue = 10000
  74.           MinValue = 100
  75.           TabOrder = 0
  76.           Value = 500
  77.           OnChange = spinBufSizeChange
  78.         end
  79.         object spinBufCount: TSpinEdit
  80.           Left = 208
  81.           Top = 20
  82.           Width = 57
  83.           Height = 22
  84.           Increment = 10
  85.           MaxValue = 100
  86.           MinValue = 1
  87.           TabOrder = 1
  88.           Value = 4
  89.           OnChange = spinBufCountChange
  90.         end
  91.         object spinBufTick: TSpinEdit
  92.           Left = 352
  93.           Top = 20
  94.           Width = 41
  95.           Height = 22
  96.           MaxValue = 1000
  97.           MinValue = 10
  98.           TabOrder = 2
  99.           Value = 50
  100.           OnChange = spinBufTickChange
  101.         end
  102.       end
  103.       object GroupBox2: TGroupBox
  104.         Left = 8
  105.         Top = 72
  106.         Width = 417
  107.         Height = 57
  108.         Caption = 'Tempory Directory'
  109.         TabOrder = 1
  110.         object txtTempDir: TEdit
  111.           Left = 8
  112.           Top = 24
  113.           Width = 379
  114.           Height = 21
  115.           TabOrder = 0
  116.         end
  117.         object btnChangeDir: TButton
  118.           Left = 388
  119.           Top = 24
  120.           Width = 21
  121.           Height = 21
  122.           Caption = '...'
  123.           TabOrder = 1
  124.           OnClick = btnChangeDirClick
  125.         end
  126.       end
  127.       object spinUndoRedo: TSpinEdit
  128.         Left = 145
  129.         Top = 140
  130.         Width = 57
  131.         Height = 22
  132.         MaxValue = 10000
  133.         MinValue = 1
  134.         TabOrder = 2
  135.         Value = 1000
  136.         OnChange = spinUndoRedoChange
  137.       end
  138.       object chSENAI: TCheckBox
  139.         Left = 8
  140.         Top = 168
  141.         Width = 193
  142.         Height = 17
  143.         Alignment = taLeftJustify
  144.         Caption = 'Save Extra Non-Audio Inforamtion'
  145.         TabOrder = 3
  146.         OnClick = chSENAIClick
  147.       end
  148.     end
  149.     object tScales: TTabSheet
  150.       Caption = 'Scales'
  151.       ImageIndex = 1
  152.       object GroupBox3: TGroupBox
  153.         Left = 8
  154.         Top = 8
  155.         Width = 97
  156.         Height = 177
  157.         Caption = 'Horizontal scale'
  158.         TabOrder = 0
  159.         object Label15: TLabel
  160.           Left = 8
  161.           Top = 61
  162.           Width = 54
  163.           Height = 13
  164.           Caption = 'Scale Type'
  165.         end
  166.         object chHSEnable: TCheckBox
  167.           Left = 8
  168.           Top = 16
  169.           Width = 65
  170.           Height = 17
  171.           Caption = 'Visible'
  172.           Checked = True
  173.           State = cbChecked
  174.           TabOrder = 0
  175.           OnClick = chHSEnableClick
  176.         end
  177.         object chHSGrid: TCheckBox
  178.           Left = 8
  179.           Top = 38
  180.           Width = 65
  181.           Height = 17
  182.           Caption = 'Grid'
  183.           Checked = True
  184.           State = cbChecked
  185.           TabOrder = 1
  186.           OnClick = chHSGridClick
  187.         end
  188.         object cmbHSType: TComboBox
  189.           Left = 8
  190.           Top = 76
  191.           Width = 81
  192.           Height = 21
  193.           Style = csDropDownList
  194.           ItemHeight = 13
  195.           TabOrder = 2
  196.           OnClick = cmbHSTypeClick
  197.           Items.Strings = (
  198.             'Samples'
  199.             'Millisecond')
  200.         end
  201.         object btnHSFont: TButton
  202.           Left = 8
  203.           Top = 144
  204.           Width = 81
  205.           Height = 25
  206.           Caption = 'Font'
  207.           TabOrder = 3
  208.           OnClick = btnHSFontClick
  209.         end
  210.       end
  211.       object GroupBox4: TGroupBox
  212.         Left = 112
  213.         Top = 8
  214.         Width = 97
  215.         Height = 177
  216.         Caption = 'Vrtical scale'
  217.         TabOrder = 1
  218.         object Label16: TLabel
  219.           Left = 8
  220.           Top = 61
  221.           Width = 54
  222.           Height = 13
  223.           Caption = 'Scale Type'
  224.         end
  225.         object Label17: TLabel
  226.           Left = 8
  227.           Top = 98
  228.           Width = 81
  229.           Height = 13
  230.           Caption = 'Scale Orientation'
  231.         end
  232.         object chVSEnable: TCheckBox
  233.           Left = 8
  234.           Top = 16
  235.           Width = 65
  236.           Height = 17
  237.           Caption = 'Visible'
  238.           Checked = True
  239.           State = cbChecked
  240.           TabOrder = 0
  241.           OnClick = chVSEnableClick
  242.         end
  243.         object chVSGrid: TCheckBox
  244.           Left = 8
  245.           Top = 38
  246.           Width = 65
  247.           Height = 17
  248.           Caption = 'Grid'
  249.           Checked = True
  250.           State = cbChecked
  251.           TabOrder = 1
  252.           OnClick = chVSGridClick
  253.         end
  254.         object cmbVSType: TComboBox
  255.           Left = 8
  256.           Top = 76
  257.           Width = 81
  258.           Height = 21
  259.           Style = csDropDownList
  260.           ItemHeight = 13
  261.           TabOrder = 2
  262.           OnClick = cmbVSTypeClick
  263.           Items.Strings = (
  264.             'Samples'
  265.             'Normal Value'
  266.             'dB Value')
  267.         end
  268.         object btnVSFont: TButton
  269.           Left = 8
  270.           Top = 144
  271.           Width = 81
  272.           Height = 25
  273.           Caption = 'Font'
  274.           TabOrder = 3
  275.           OnClick = btnVSFontClick
  276.         end
  277.         object cmbVSOrien: TComboBox
  278.           Left = 8
  279.           Top = 112
  280.           Width = 81
  281.           Height = 21
  282.           Style = csDropDownList
  283.           ItemHeight = 13
  284.           TabOrder = 4
  285.           OnClick = cmbVSOrienClick
  286.           Items.Strings = (
  287.             'Right'
  288.             'Left')
  289.         end
  290.       end
  291.       object rgBorder: TRadioGroup
  292.         Left = 216
  293.         Top = 8
  294.         Width = 209
  295.         Height = 97
  296.         Caption = 'Border'
  297.         Columns = 2
  298.         ItemIndex = 0
  299.         Items.Strings = (
  300.           'Type 0'
  301.           'Type 1'
  302.           'Type 2'
  303.           'Type 3'
  304.           'Type 4')
  305.         TabOrder = 2
  306.         OnClick = rgBorderClick
  307.       end
  308.       object GroupBox5: TGroupBox
  309.         Left = 216
  310.         Top = 112
  311.         Width = 209
  312.         Height = 73
  313.         Caption = 'Markers'
  314.         TabOrder = 3
  315.         object chMarkerBarEnabled: TCheckBox
  316.           Left = 16
  317.           Top = 20
  318.           Width = 89
  319.           Height = 17
  320.           Caption = 'Bar Enabled'
  321.           Checked = True
  322.           State = cbChecked
  323.           TabOrder = 0
  324.           OnClick = chMarkerBarEnabledClick
  325.         end
  326.         object chMarkerBkEnabled: TCheckBox
  327.           Left = 16
  328.           Top = 44
  329.           Width = 169
  330.           Height = 17
  331.           Caption = 'Background Enabled'
  332.           Checked = True
  333.           State = cbChecked
  334.           TabOrder = 1
  335.           OnClick = chMarkerBkEnabledClick
  336.         end
  337.       end
  338.     end
  339.     object tColors: TTabSheet
  340.       Caption = 'Colors'
  341.       ImageIndex = 2
  342.       object lstColors: TListBox
  343.         Left = 8
  344.         Top = 8
  345.         Width = 289
  346.         Height = 145
  347.         ItemHeight = 13
  348.         Items.Strings = (
  349.           'Digital Waveform'
  350.           'Analog Waveform'
  351.           'Background'
  352.           'Center Line'
  353.           'Selected  Digital Waveform'
  354.           'Selected Analog Waveform'
  355.           'Selected Background'
  356.           'Selected Center Line'
  357.           'Grid'
  358.           'Cursor'
  359.           'Play Cursor'
  360.           'Boundary'
  361.           'Scale'
  362.           'Font'
  363.           'CueMarker'
  364.           'RangeMarker'
  365.           'RangeMarkerBackground')
  366.         TabOrder = 0
  367.         OnClick = lstColorsClick
  368.       end
  369.       object btnChangeColor: TButton
  370.         Left = 8
  371.         Top = 160
  372.         Width = 289
  373.         Height = 25
  374.         Caption = 'Change Color'
  375.         TabOrder = 1
  376.         OnClick = btnChangeColorClick
  377.       end
  378.       object ColorPanel: TPanel
  379.         Left = 304
  380.         Top = 8
  381.         Width = 121
  382.         Height = 177
  383.         BevelOuter = bvLowered
  384.         TabOrder = 2
  385.       end
  386.     end
  387.     object tData: TTabSheet
  388.       Caption = 'Data'
  389.       ImageIndex = 3
  390.       object lblCrossfadeTime: TLabel
  391.         Left = 24
  392.         Top = 88
  393.         Width = 73
  394.         Height = 13
  395.         Caption = 'Crossfade Time'
  396.       end
  397.       object lblCrossfadeTimeMs: TLabel
  398.         Left = 184
  399.         Top = 88
  400.         Width = 13
  401.         Height = 13
  402.         Caption = 'ms'
  403.       end
  404.       object chSmooth: TCheckBox
  405.         Left = 24
  406.         Top = 32
  407.         Width = 353
  408.         Height = 17
  409.         Caption = 'Smooth all edit boundaries by crossfading'
  410.         TabOrder = 0
  411.         OnClick = chSmoothClick
  412.       end
  413.       object spinCrossfadeTime: TSpinEdit
  414.         Left = 104
  415.         Top = 84
  416.         Width = 73
  417.         Height = 22
  418.         MaxValue = 100
  419.         MinValue = 5
  420.         TabOrder = 1
  421.         Value = 50
  422.         OnChange = spinCrossfadeTimeChange
  423.       end
  424.     end
  425.     object tRecording: TTabSheet
  426.       Caption = 'Recording'
  427.       ImageIndex = 4
  428.       object GroupBox6: TGroupBox
  429.         Left = 8
  430.         Top = 8
  431.         Width = 265
  432.         Height = 177
  433.         Caption = 'Accu Control'
  434.         TabOrder = 0
  435.         object gbAttack: TGroupBox
  436.           Left = 8
  437.           Top = 56
  438.           Width = 121
  439.           Height = 97
  440.           Caption = 'Attack'
  441.           TabOrder = 0
  442.           object lblAttackTime: TLabel
  443.             Left = 8
  444.             Top = 28
  445.             Width = 26
  446.             Height = 13
  447.             Caption = 'Time:'
  448.           end
  449.           object lblAttackLevel: TLabel
  450.             Left = 8
  451.             Top = 60
  452.             Width = 29
  453.             Height = 13
  454.             Caption = 'Level:'
  455.           end
  456.           object spinAttackTime: TSpinEdit
  457.             Left = 48
  458.             Top = 24
  459.             Width = 65
  460.             Height = 22
  461.             MaxValue = 5000
  462.             MinValue = 10
  463.             TabOrder = 0
  464.             Value = 10
  465.             OnChange = spinAttackTimeChange
  466.           end
  467.           object spinAttackLevel: TSpinEdit
  468.             Left = 48
  469.             Top = 56
  470.             Width = 65
  471.             Height = 22
  472.             MaxValue = 0
  473.             MinValue = -90
  474.             TabOrder = 1
  475.             Value = 0
  476.             OnChange = spinAttackLevelChange
  477.           end
  478.         end
  479.         object gbRelease: TGroupBox
  480.           Left = 136
  481.           Top = 56
  482.           Width = 121
  483.           Height = 97
  484.           Caption = 'Release'
  485.           TabOrder = 1
  486.           object lblReleaseLevel: TLabel
  487.             Left = 8
  488.             Top = 60
  489.             Width = 29
  490.             Height = 13
  491.             Caption = 'Level:'
  492.           end
  493.           object lblReleaseTime: TLabel
  494.             Left = 8
  495.             Top = 28
  496.             Width = 26
  497.             Height = 13
  498.             Caption = 'Time:'
  499.           end
  500.           object spinReleaseLevel: TSpinEdit
  501.             Left = 48
  502.             Top = 56
  503.             Width = 65
  504.             Height = 22
  505.             MaxValue = 0
  506.             MinValue = -90
  507.             TabOrder = 0
  508.             Value = 0
  509.             OnChange = spinReleaseLevelChange
  510.           end
  511.           object spinReleaseTime: TSpinEdit
  512.             Left = 48
  513.             Top = 24
  514.             Width = 65
  515.             Height = 22
  516.             MaxValue = 10000
  517.             MinValue = 10
  518.             TabOrder = 1
  519.             Value = 10
  520.             OnChange = spinReleaseTimeChange
  521.           end
  522.         end
  523.         object chAccuEnabled: TCheckBox
  524.           Left = 16
  525.           Top = 24
  526.           Width = 73
  527.           Height = 17
  528.           Caption = 'Enabled'
  529.           TabOrder = 2
  530.           OnClick = chAccuEnabledClick
  531.         end
  532.       end
  533.       object GroupBox9: TGroupBox
  534.         Left = 280
  535.         Top = 8
  536.         Width = 145
  537.         Height = 129
  538.         Caption = 'Auto Gain Control'
  539.         TabOrder = 1
  540.         object lblAGCLowLevel: TLabel
  541.           Left = 8
  542.           Top = 52
  543.           Width = 52
  544.           Height = 13
  545.           Caption = 'Low Level:'
  546.         end
  547.         object lblAGCHighLevel: TLabel
  548.           Left = 8
  549.           Top = 76
  550.           Width = 54
  551.           Height = 13
  552.           Caption = 'High Level:'
  553.         end
  554.         object lblAGCRate: TLabel
  555.           Left = 8
  556.           Top = 100
  557.           Width = 57
  558.           Height = 13
  559.           Caption = 'AttackTime:'
  560.         end
  561.         object spinAGCHighLevel: TSpinEdit
  562.           Left = 72
  563.           Top = 72
  564.           Width = 65
  565.           Height = 22
  566.           MaxValue = 0
  567.           MinValue = 0
  568.           TabOrder = 0
  569.           Value = 0
  570.           OnChange = spinAGCHighLevelChange
  571.         end
  572.         object spinAGCRate: TSpinEdit
  573.           Left = 72
  574.           Top = 96
  575.           Width = 65
  576.           Height = 22
  577.           MaxValue = 0
  578.           MinValue = 0
  579.           TabOrder = 1
  580.           Value = 0
  581.           OnChange = spinAGCRateChange
  582.         end
  583.         object spinAGCLowLevel: TSpinEdit
  584.           Left = 72
  585.           Top = 48
  586.           Width = 65
  587.           Height = 22
  588.           MaxValue = 0
  589.           MinValue = 0
  590.           TabOrder = 2
  591.           Value = 0
  592.           OnChange = spinAGCLowLevelChange
  593.         end
  594.         object chAGCEnabled: TCheckBox
  595.           Left = 16
  596.           Top = 24
  597.           Width = 73
  598.           Height = 17
  599.           Caption = 'Enabled'
  600.           TabOrder = 3
  601.           OnClick = chAGCEnabledClick
  602.         end
  603.       end
  604.       object rgVisType: TRadioGroup
  605.         Left = 280
  606.         Top = 144
  607.         Width = 145
  608.         Height = 41
  609.         Caption = 'Visualization Type'
  610.         Columns = 2
  611.         ItemIndex = 0
  612.         Items.Strings = (
  613.           'Type 1'
  614.           'Type 2')
  615.         TabOrder = 2
  616.         OnClick = rgVisTypeClick
  617.       end
  618.     end
  619.   end
  620.   object ColorDialog1: TColorDialog
  621.     Ctl3D = True
  622.     Options = [cdFullOpen]
  623.     Left = 400
  624.     Top = 184
  625.   end
  626.   object FontDialog1: TFontDialog
  627.     Font.Charset = DEFAULT_CHARSET
  628.     Font.Color = clWindowText
  629.     Font.Height = -11
  630.     Font.Name = 'MS Sans Serif'
  631.     Font.Style = []
  632.     MinFontSize = 0
  633.     MaxFontSize = 0
  634.     Left = 368
  635.     Top = 184
  636.   end
  637. end
  638.